home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmiSoft / Dev / Mui / Mcc_speedbar.lha / MCC_SpeedBar / Docs / SpeedButton-History.txt < prev    next >
Text File  |  2002-12-21  |  4KB  |  97 lines

  1.                        SpeedButton History
  2.                        -------------------
  3.  
  4.     16.1    3/12/02     - Many changes
  5.  
  6.     16.0    27/11/02    - Timer removed
  7.  
  8.     15.3    21/11/02    - New Timer verification user mode
  9.  
  10.     15.2    14/11/02    - Little optimizations
  11.  
  12.     15.1    5/11/02     - Many optimizations
  13.  
  14.     15.0    24/10/02    - Fixed CyberGFX problem, really
  15.  
  16.     14.7    20/9/02     - Hardly debugged
  17.                         - GFX code rewritten
  18.                         - "struct MyBrush" definition moved
  19.                           from SpeedBar_mcc.h to SpeedButton_mcc.h
  20.  
  21.     14.6    16/9/02     - Fixed a bug with AGA remapping
  22.  
  23.     14.5    14/9/02     - Gfx rendering optimization
  24.  
  25.     14.4    3/6/02      - Fixed a persistant border problem
  26.  
  27.     14.3    29/5/02     - Many optimizations
  28.  
  29.     14.2    14/5/02     - MUIA_SpeedButton_EnabledUnderscore is now S too
  30.  
  31.     14.1    17/4/02     - Many optimizations
  32.  
  33.     14.0    11/4/02     - Background redraw was bugged: fixed
  34.                         - MouseOver tests changed
  35.                         - Many optimizations
  36.                         - MUIA_SpeedButton_UseMouseMove removed
  37.  
  38.     13.2    17/3/02     - Added custom precision
  39.                         - Many minor changes
  40.  
  41.     13.1    10/3/02     - Internal
  42.  
  43.     13.0    18/2/02     - Many many changes
  44.  
  45.     12.3    6/2/02      - Smll fixes
  46.  
  47.     12.2    3/2/02      - Fixed many things
  48.  
  49.     12.1    25/01/02    - No raising frame if the button is disabled
  50.                         - Added MUIA_SpeedButton_UseMouseMove
  51.  
  52.     12.0    14/01/02    - New version produced by Alfonso Ranieri
  53.                         - Scale factore hard coded to 2:3 on non-cyber
  54.                           screen: fixed
  55.                         - Added MUIA_SpeedButton_EnabeUnderscore to
  56.                           define a control char
  57.                         - Frames drawing had some problems if the
  58.                           SpeedBar was in a virtual group: fixed
  59.                         - All revisited
  60.  
  61.     11.23   13/04/00    - IDCMP_MOUSEOBJECT will be used to detect the
  62.                           mouse over the button when using MUI 4.
  63.  
  64.     11.22   11/04/00    - Now uses IDCMP_INTUITICKS instead of
  65.                           IDCMP_MOUSEMOVE to detect the mouse over the
  66.                           object.
  67.  
  68.     11.21   19/03/00    - Fixed long-standing bug which caused Enforcer
  69.                           hits when using scaled images.
  70.  
  71.     11.19   09/03/00    - Replaced MUI_RequestIDCMP() with
  72.                           MUIM_Window_AddEventHandler.
  73.  
  74.     11.18   29/10/99    - The scaling ratio for "Small buttons" can be
  75.                           configured among the MUI options.
  76.                           (Benny Kjær Nielsen)
  77.                         - Fixed greyed small images on RTG screens.
  78.  
  79.     11.17   16/09/99    - Buttons now use the parent object background
  80.                           when in borderless mode.
  81.  
  82.     11.16   03/09/99    - Images will be remapped only if ViewMode is
  83.                           not text only. Any change to ViewMode must be
  84.                           done in a MUIM_Group_InitChange/_ExitChange
  85.                           pair (SpeedBar does it for you usually).
  86.  
  87.     11.15   31/08/99    - Added MUIA_SpeedButton_MinHeight
  88.  
  89.     11.14   30/08/99    - Changed RTG support to use WritePixelArray()
  90.                           instead of allocating a PIXFMT_24BIT bitmap
  91.                           and drawing on it manually.
  92.                         - Fixed planar to chunky routine.
  93.  
  94.     11.13   30/08/99    - Fixed bug: one pen wasn't freed.
  95.                         - Added RTG support: no pens will be used on
  96.                           Hi/True colors screens for the images.
  97.